Adwaita: remove old headerbar separator styling
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 9 Jan 2016 10:55:40 +0000 (11:55 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 9 Jan 2016 10:55:40 +0000 (11:55 +0100)
which was actually selecting nothing now.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index bb22ace09c9df061ddad4cc2a158cf10e7f5c6ce..d7ffb3baa4e4549fc4d8a6c05387a7645ca0ea3d 100644 (file)
@@ -1143,22 +1143,6 @@ headerbar {
     @extend .dim-label;
   }
 
-  // FIXME: we need a safer way to select this separator
-  & > GtkBox > separator.vertical {
-    border-width: 0 1px;
-    border-image: linear-gradient(to bottom,
-                                  transparentize($borders_color,1),
-                                  $borders_color 30%,
-                                  $borders_color 70%,
-                                  transparentize($borders_color,1) 100%)
-                  0 1 / 0 1px stretch; //FIXME use a proper color
-
-    &:backdrop {
-      border-image: linear-gradient(to bottom, transparentize($backdrop_borders_color, 0.5))
-                    0 1 / 1px 1px;  //FIXME use a proper color
-    }
-  }
-
   &.selection-mode {
     $_hc: mix($top_hilight,$selected_bg_color, 50%); // hilight color
 
index 039e063e2f9bb6085331cbe3f2a51cd79711f561..ab57a2ce2685e23dac1e405352b32feacce597ca 100644 (file)
@@ -1628,13 +1628,6 @@ headerbar {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar:not(headerbar) > GtkBox > separator.vertical,
-  headerbar > GtkBox > separator.vertical {
-    border-width: 0 1px;
-    border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
-    headerbar > GtkBox > separator.vertical:backdrop {
-      border-image: linear-gradient(to bottom, rgba(31, 34, 34, 0.5)) 0 1/1px 1px; }
   .selection-mode.titlebar:not(headerbar),
   headerbar.selection-mode {
     color: #ffffff;
index f39a0b0825cd7d4c8468a5de7b65284f5379a372..9a01662202a8af63aafe269f32f37582d66defd4 100644 (file)
@@ -1632,13 +1632,6 @@ headerbar {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar:not(headerbar) > GtkBox > separator.vertical,
-  headerbar > GtkBox > separator.vertical {
-    border-width: 0 1px;
-    border-image: linear-gradient(to bottom, rgba(157, 157, 153, 0), #9d9d99 30%, #9d9d99 70%, rgba(157, 157, 153, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
-    headerbar > GtkBox > separator.vertical:backdrop {
-      border-image: linear-gradient(to bottom, rgba(165, 165, 161, 0.5)) 0 1/1px 1px; }
   .selection-mode.titlebar:not(headerbar),
   headerbar.selection-mode {
     color: #ffffff;